This is a collection of tools for Uli's Moose 2.0 which make use of the Moose's advanced scripting support. Most users will never need these but some people have requested this and so I'm providing it.
AppleScripts
This folder contains a couple of AppleScript Applets which do things like quitting the moose, reloading its preferences (this is of use when you have added new phrase files), commanding the moose to instantly speak a phrase or to speak any custom text (which doesn't have to be in the phrase files). You can edit these with the AppleScript script editor.
SuperCard
This folder contains a SuperCard project which demonstrates how to have SuperCard send the "speak" or "speakRandomPhrase" Apple Events to the Moose.
MetaCard
This folder contains a MetaCard stack which demonstrates how to have MetaCard send the "speak" or "speakRandomPhrase" Apple Events to the Moose. Note that as per MetaCard 2.2B7 MetaCard contains a bug which makes it impossible to send text along with the "speak" Apple Event. I've left it in there since I've been assured this would be fixed in the final release.
HyperCard
This folder contains a HyperCard stack which demonstrates how to use HyperCard as a wrapper for AppleScript to send the "speak" and "speakRandomPhrase" Apple Events to the Moose. Since HyperTalk does not yet support sending custom Apple Events (it only supports sending the "do script" Apple Event), This uses AppleScript from HyperCard.